* gtk/gtkentry.c (gtk_entry_set_completion): Mention NULL in
documentation.
+2005-09-20 Johan Dahlin <jdahlin@async.com.br>
+
+ * gtk/gtkentry.c (gtk_entry_set_completion): Mention NULL in
+ documentation.
+
2005-09-20 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkselection-win32.c
+2005-09-20 Johan Dahlin <jdahlin@async.com.br>
+
+ * gtk/gtkentry.c (gtk_entry_set_completion): Mention NULL in
+ documentation.
+
2005-09-20 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkselection-win32.c
/**
* gtk_entry_set_completion:
* @entry: A #GtkEntry.
- * @completion: The #GtkEntryCompletion.
+ * @completion: The #GtkEntryCompletion or %NULL.
*
* Sets @completion to be the auxiliary completion object to use with @entry.
* All further configuration of the completion mechanism is done on
- * @completion using the #GtkEntryCompletion API.
+ * @completion using the #GtkEntryCompletion API. Completion is disabled if
+ * @completion is set to %NULL.
*
* Since: 2.4
*/